Using Android's `Timer.schedule` in Python

Posted by Sridhar Ratnakumar on Stack Overflow See other posts from Stack Overflow or by Sridhar Ratnakumar
Published on 2010-01-22T05:24:55Z Indexed on 2010/04/30 4:37 UTC
Read the original article Hit count: 123

Could someone explain how to use the Timer.schedule - that is used for scheduling tasks - in Python?

Note that Python's time.sleep will not work in Android.

© Stack Overflow or respective owner

Related posts about android

Related posts about python